object HystoOptDlg: THystoOptDlg Left = 500 Top = 111 HelpContext = 24 BorderStyle = bsDialog Caption = 'Histogram options' ClientHeight = 196 ClientWidth = 222 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 12 Top = 8 Width = 198 Height = 137 Caption = ' Histogram ' TabOrder = 0 object bytes: TLabel Left = 161 Top = 32 Width = 25 Height = 13 Caption = 'bytes' end object Label5: TLabel Left = 12 Top = 32 Width = 71 Height = 13 Caption = 'Scale: 100% =' end object Label6: TLabel Left = 12 Top = 59 Width = 75 Height = 13 Caption = 'Sampling: every' end object Label7: TLabel Left = 160 Top = 59 Width = 9 Height = 13 Caption = 's' end object Color: TLabel Left = 12 Top = 88 Width = 24 Height = 13 Caption = 'Color' end object SpinEdit1: TSpinEdit Left = 98 Top = 57 Width = 57 Height = 22 MaxValue = 60 MinValue = 1 TabOrder = 1 Value = 1 end object ColorComboBox2: TColorComboBox Left = 12 Top = 104 Width = 145 Height = 22 TabOrder = 2 end object SpinEdit2: TSpinEdit Left = 88 Top = 29 Width = 67 Height = 22 MaxValue = 1000000 MinValue = 100 TabOrder = 0 Value = 100 end end object BitBtn1: TBitBtn Left = 29 Top = 160 Width = 75 Height = 25 TabOrder = 1 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 117 Top = 160 Width = 75 Height = 25 TabOrder = 2 Kind = bkCancel end end